.bottom-navigations{
    display:flex;
    justify-content: space-around;
    padding: 20px;

}
.nav-box-border{
    display: inline-block;
    overflow:hidden;
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.bottom-navigations a img{
    width: 390px;
    height: 490px;

    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.bottom-navigations img:hover{
    transform: scale(1.2);
}